- columnType
ColumnType columnType(size_t col)
Undocumented in source. Be warned that the author may not have intended to support it.
- columnValues
auto columnValues(size_t col)
Undocumented in source. Be warned that the author may not have intended to support it.
- findColumnTypes
ColumnType[] findColumnTypes()
Undocumented in source. Be warned that the author may not have intended to support it.
- length
size_t length()
Undocumented in source. Be warned that the author may not have intended to support it.
- loadCSVFile
DataFrame loadCSVFile(string csv, bool hasHeader)
Undocumented in source. Be warned that the author may not have intended to support it.
- numCols
size_t numCols()
Undocumented in source. Be warned that the author may not have intended to support it.
- opDollar
size_t opDollar()
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
KalVariant opIndex(size_t row, size_t col)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
auto opIndex(size_t[] rows, size_t[] cols)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndexAssign
KalVariant opIndexAssign(T value, size_t row, size_t col)
Undocumented in source. Be warned that the author may not have intended to support it.
- opSlice
size_t[] opSlice(size_t start, size_t end)
Undocumented in source. Be warned that the author may not have intended to support it.
- setAllValues
DataFrame setAllValues(KalVariant[][] values)
Undocumented in source. Be warned that the author may not have intended to support it.
- setCellColumns
DataFrame setCellColumns(size_t cols)
Undocumented in source. Be warned that the author may not have intended to support it.
- setCellDimensions
DataFrame setCellDimensions(size_t rows, size_t cols)
Undocumented in source. Be warned that the author may not have intended to support it.
- setCellValues
DataFrame setCellValues(KalVariant[][] cellValues)
Undocumented in source. Be warned that the author may not have intended to support it.
- setColumnTitles
DataFrame setColumnTitles(string[] titles)
Undocumented in source. Be warned that the author may not have intended to support it.
- setColumnTypes
DataFrame setColumnTypes(KalType[] columnTypes)
Undocumented in source. Be warned that the author may not have intended to support it.
- setIndexTitle
DataFrame setIndexTitle(string indexTitle)
Undocumented in source. Be warned that the author may not have intended to support it.
- setIndexType
DataFrame setIndexType(KalType type)
Undocumented in source. Be warned that the author may not have intended to support it.
- setIndexValues
DataFrame setIndexValues(T[] indexValues)
Undocumented in source. Be warned that the author may not have intended to support it.
- setNoSkipFirstRow
DataFrame setNoSkipFirstRow()
Undocumented in source. Be warned that the author may not have intended to support it.
- setQuote
DataFrame setQuote(char separator)
Undocumented in source. Be warned that the author may not have intended to support it.
- setSeparator
DataFrame setSeparator(char separator)
Undocumented in source. Be warned that the author may not have intended to support it.
- setSkipFirstRow
DataFrame setSkipFirstRow()
Undocumented in source. Be warned that the author may not have intended to support it.
- setTitle
DataFrame setTitle(string title)
Undocumented in source. Be warned that the author may not have intended to support it.
- toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.